phpDocumentor Web Commons
[ class tree: Web Commons ] [ index: Web Commons ] [ all elements ]

Class: HTTPRequest

Source Location: /environment.php

Class HTTPRequest

Class Overview

Implements interfaces:

A request that fits a standard web environment.

See Request for method details.

Located in /environment.php [line 98]



		
				Author(s):
		
Information Tags:
Since:  0.1

Methods

[ Top ]
Method Summary
void   get()   (non-PHPdoc)
void   method()   (non-PHPdoc)
void   post()   (non-PHPdoc)

[ Top ]
Methods
get  [line 119]

  void get( $key, [ $default = Null]  )

(non-PHPdoc)

Parameters:
   $key: 
   $default: 

API Tags:
See:  WebCommons/Request::get()
Access:  public


Implementation of:
Request::get()
Returns the GET parameter corresponding to $key, or $default if this key is not defined.

[ Top ]
method  [line 103]

  void method( )

(non-PHPdoc)


API Tags:
See:  WebCommons/Request::method()
Access:  public


Implementation of:
Request::method()
Returns the request method, uppercased.

[ Top ]
post  [line 111]

  void post( $key, [ $default = Null]  )

(non-PHPdoc)

Parameters:
   $key: 
   $default: 

API Tags:
See:  WebCommons/Request::post()
Access:  public


Implementation of:
Request::post()
Returns the POST parameter corresponding to $key, or $default if this key is not defined.

[ Top ]

Documentation generated on Fri, 16 Jul 2010 00:48:39 +0200 by phpDocumentor 1.4.3